.h-link {
	font-size: 1.375rem;
	color: #396291;
	line-height: 1.27;
	letter-spacing: -0.3px;
}

.ic-topnav__item>a {
	font-family: "Inter UI", "arial", "sans-serif";
	font-size: 19px;
}

.ic-nav-list__list {
	padding-left: 0px;
}

.ic-avatar-box__icon>img {
	width: 100%;
	height: 100%;
}

p+p {
	margin: 0;
}

.ic-nav a {
	font-size: .875rem;
}

.ic-page-header__burger {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #a00b36;
	font-size: .875rem;
	gap: 10px;
}

@media (min-width: 768px) {
	.h-link {
		font-size: 1.5rem;
		line-height: 1.25;
		letter-spacing: -0.5px;
		color: #396291;
	}

	.header .ic-nav-list li:before {
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 20%, rgb(255 255 255 / 0%) 40%);
	}
}

.lines-button.close {
	transform: scale3d(1, 1, 1);
}

.ic-topnav__link {
	font-size: 20px;
}

.ic-topnav ul {
	height: 54px;
}

/* For Hamburger menu */
.lines {
	width: 1.9rem;
	height: 3px;
}

.lines:before {
	top: 10px;
	width: 1.9rem;
	height: 3px;
}

.lines:after {
	top: -10px;
	width: 1.9rem;
	height: 3px;
}

.lines-button.x.close .lines:after, .lines-button.x.close .lines:before {
	width: 1.9rem;
}

@media (max-width: 1069px) and (min-width: 1024px) {
	.ic-topnav ul {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 1027px) and (min-width: 1024px) {
	.ic-topnav>ul>li:first-child {
		margin-left: 0px;
	}
}